home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / WINPROGS / ECJDLL11.ZIP / EXAMPLE.ZIP / READ.ME < prev    next >
Text File  |  1993-09-09  |  1KB  |  24 lines

  1. WinECJ DLL version 1.1
  2. ======================
  3.  
  4. This is a simple example to illustrate the use of WinECJ DLL routines.
  5. The full API is described in the file ecjapi.txt.
  6.  
  7. A makefile for compiling the example "showjpg" (assuming Borland) is included.
  8. To run showjpg, wecjlib.dll should be copied to the Windows directory.
  9.  
  10. Note that there are two versions of the DLL. The free version, included
  11. in this distribution, does not support TrueColor or 2-pass color quantisation,
  12. which are features in the registered full version of the DLL.
  13. ECJ_Decode() in the free DLL, when instructed to use 24-bit or 2-pass
  14. color quantisation, will automatically put up a message (commercial :-)
  15. and pass control back to the client via the callback procedure. The client
  16. can then choose to act accordingly (e.g. disabling the appropriate menu
  17. options), or to ignore the message by return 0 to the DLL, in which case the
  18. DLL will proceed to decode with 8-bit ordered dithering. Application programs
  19. therefore do not have to distinguish between the two different versions
  20. of the DLL, and should always cater for the full version.
  21.  
  22. Express Compression Laboratories
  23. September 1993.
  24.